home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 1997 April to September / Sun Solutions CD - APR '97 - SEP '97 (704-3778-12 Rev. H)(Sun Microsystems, Inc.)(1997).iso / products / Hyperion / src / README.svr4 < prev    next >
Text File  |  1997-02-26  |  1KB  |  33 lines

  1. - @(#)README.svr4    1.3 1/6/94 -
  2.  
  3. Notes for SVR4 port of WorkMan (NOTE: see README.solaris2 instead for
  4. Solaris 2 instructions.)
  5.  
  6. WorkMan needs to be installed suid root. That's because the kernel
  7. allow pass-through device open to root only, no matter what the
  8. permissions are.
  9.  
  10. The build process should be done in two parts; first, as a normal user,
  11. do 'mv Makefile.svr4 Makefile ; make' . Then, su to root, and do 'Make root'.
  12. This may be followed by 'Make install', still as root ( or any other uid that
  13. can write to the destination directory).
  14.  
  15. Note that the first time WorkMan is used, a pass-through node will be
  16. created.  This node will be owned by root, and will belong to group root
  17. as well. This is needed to provide access control to the CD device under
  18. WorkMan.
  19.  
  20. For example, if the CD-ROM device is '/dev/rcdrom/cd0', WorkMan will
  21. create '/dev/rcdrom/cd0p'.  Note that this is the default name for
  22. WorkMan on SVR4.
  23.  
  24.  
  25. Complied using GCC 2.4.5 , using XFree86-1.2 and accompanying OpenLook
  26. so called 'extra' distribution. Does not seem to suffer the memory leak
  27. bug in the 'about' popup.
  28.  
  29. Works on SVR 4.0 4.0 and Toshiba 3401B CD-ROM drive.
  30.  
  31. Baruch Cochavy (bcochavy@iil.intel.com)
  32. Sat Jan  1 16:40:12 IST 1994
  33.